Skip to content

fix: cache migration error silent fail#1005

Merged
andrinoff merged 1 commit intofloatpane:masterfrom
itniuma2026:fix/issue-982
Apr 27, 2026
Merged

fix: cache migration error silent fail#1005
andrinoff merged 1 commit intofloatpane:masterfrom
itniuma2026:fix/issue-982

Conversation

@itniuma2026
Copy link
Copy Markdown
Contributor

@itniuma2026 itniuma2026 commented Apr 25, 2026

What?

Replace the silently ignored cache migration error with a logged warning so users are informed when migration fails.

Why?

Fixes #982

Replace the silently ignored cache migration error with a logged warning so users are informed when migration fails.

Fixes floatpane#982
@itniuma2026 itniuma2026 requested a review from a team as a code owner April 25, 2026 02:11
Copy link
Copy Markdown
Member

@floatpanebot floatpanebot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @itniuma2026! Please fix the following issues with your PR:

  • Title: Does not follow conventional commits (e.g., feat: added something, fix(core): resolved crash).
  • Title: Is too long (55 characters). The PR title must be strictly under 40 characters.
  • Body: Missing the ## What? or ## Why? headings required by the PR template.

@github-actions github-actions Bot added the bug Something isn't working label Apr 25, 2026
@itniuma2026
Copy link
Copy Markdown
Contributor Author

Thanks for the feedback! The issues raised are about the PR title and body formatting, not the code itself — so no code changes are needed here.

I'll update the PR title to follow conventional commits and keep it under 40 characters, and add the required ## What? and ## Why? sections to the description. The code change in main.go will stay as-is.

@andrinoff
Copy link
Copy Markdown
Member

@itniuma2026 please, fix the issues with the PR

Copy link
Copy Markdown
Member

@floatpanebot floatpanebot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @andrinoff! Please fix the following issues with your PR:

  • Title: Does not follow conventional commits (e.g., feat: added something, fix(core): resolved crash).
  • Title: Is too long (55 characters). The PR title must be strictly under 40 characters.

@andrinoff andrinoff changed the title Fix #982: BUG: Ignored cache migration error at startup fix: cache migration error silent fail Apr 27, 2026
@floatpanebot floatpanebot dismissed stale reviews from themself April 27, 2026 07:35

Formatting issues have been resolved. Thank you!

Copy link
Copy Markdown
Member

@andrinoff andrinoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. if the next contributions will not follow the format, they will be closed

@andrinoff
Copy link
Copy Markdown
Member

/approve

Copy link
Copy Markdown
Member

@floatpanebot floatpanebot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved on behalf of @andrinoff via /approve command.

@andrinoff andrinoff merged commit a29cd0a into floatpane:master Apr 27, 2026
18 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: Ignored cache migration error at startup

3 participants